home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Text.h>
-
- @interface MiscEmacsText:Text
- - awakeFromNib ;
- - clearMessage: sender ;
- - format: sender ;
- - keyDown:(NXEvent *)theEvent ;
- - mouseDown: (NXEvent *) anEvent ;
- - useEmacsBindings: (BOOL) YESorNO ;
- @end
-
- @interface MiscEmacsText(Dropping)
-
- - (BOOL)readDragData:(Pasteboard *)pboard;
- - (NXDragOperation)draggingEntered:(id <NXDraggingInfo>)sender;
- - (BOOL)performDragOperation:(id <NXDraggingInfo>)sender;
- - (BOOL)prepareForDragOperation:(id <NXDraggingInfo>)sender;
- - concludeDragOperation:(id <NXDraggingInfo>)sender;
-
- @end